home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 1 / CU Amiga Magazine CD-ROM Special Edition (1995)(EMAP Images)(GB)[Issue 1995-11].iso / Aminet / comm / tcp / AmiTCPsdk_40.lha / AmiTCP-4.0 / netinclude / arpa / inet.h < prev    next >
C/C++ Source or Header  |  1994-10-03  |  508b  |  27 lines

  1. #ifndef ARPA_INET_H
  2. #define ARPA_INET_H \
  3.        "$Id: inet.h,v 4.1 1994/10/03 20:54:48 ppessi Exp $"
  4. /*
  5.  *      Inet Library Functions 
  6.  *
  7.  *      Copyright © 1994 AmiTCP/IP Group,
  8.  *                       Network Solutions Development, Inc.
  9.  *                       All rights reserved.
  10.  */
  11.  
  12. #ifndef KERNEL
  13. #ifndef NETINET_IN_H
  14. #include <netinet/in.h>
  15. #endif
  16.  
  17. /*
  18.  * Include socket protos/inlines/pragmas
  19.  */
  20. #ifndef BSDSOCKET_H
  21. #include <bsdsocket.h>
  22. #endif
  23.  
  24. #endif /* !KERNEL */
  25.  
  26. #endif /* ARPA_INET_H */
  27.